projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50935ac
)
(Fredraw_frame): Remove reference to
author
Andrew Innes
<andrewi@gnu.org>
Sat, 20 Jan 2001 13:55:52 +0000
(13:55 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Sat, 20 Jan 2001 13:55:52 +0000
(13:55 +0000)
FRAME_W32_CONSOLE_P.
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index c18838df2bf27d43b53f9fd45eef15157fd1aa03..c0471f2a31d7125aaa21f76b5663a822c26e6ef3 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-3278,7
+3278,7
@@
DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 1, 1, 0,
return Qnil;
update_begin (f);
- if (FRAME_MSDOS_P (f)
|| FRAME_W32_CONSOLE_P (f)
)
+ if (FRAME_MSDOS_P (f))
set_terminal_modes ();
clear_frame ();
clear_current_matrices (f);